projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e196e7f
)
Recognize vax-*-netbsd*.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 1996 20:51:34 +0000
(20:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 1996 20:51:34 +0000
(20:51 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 404ef4e3925b4e0be8d4478ef91c8348bb3b05c1..ea19efdb1839dc3dc8e2a4ac6bd6df7b59fd33a6 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-162,6
+162,7
@@
case "${canonical}" in
mips-*-netbsd*) machine=pmax ;;
ns32k-*-netbsd*) machine=ns32000 ;;
sparc-*-netbsd*) machine=sparc ;;
+ vax-*-netbsd*) machine=vax ;;
esac
;;